[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SetMemoWrap ([lNew]) --> true/false:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Functions:
~~~~~~~~~~
serves as a switch, if set to true (if returns true) it is enabled
word_wrap in memo item edit (Memo() fun.), if false it is disabled.

Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
lNew: new value to set the switch

Return value:
~~~~~~~~~~~~~
true/false

Example:
~~~~~~~~
    ? SetMemoWrap()        //the value of the switch
    SetMemoWrap(true)      //set the switch to true
    ? SetMemoWrap()        //returns true

Source code is in file  Object3.prg

See Also: Memo
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson